home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacGzip 1.0 / source / GNU / crypt.h < prev    next >
Text File  |  1995-08-19  |  256b  |  13 lines

  1. /* crypt.h (dummy version) -- do not perform encryption
  2.  * Hardly worth copyrighting :-)
  3.  */
  4.  
  5. #ifdef CRYPT
  6. #  undef CRYPT      /* dummy version */
  7. #endif
  8.  
  9. #define RAND_HEAD_LEN  12  /* length of encryption random header */
  10.  
  11. #define zencode
  12. #define zdecode
  13.